Click or drag to resize

Contact Constructor (String)

Initializes a new instance of the Contact class from the specified string.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Contact(
	string contact
)

Parameters

contact
Type: SystemString
A string contains user's address and name.
See Also